Added HOM Chernobyl Humidifier#5478
Merged
Merged
Conversation
Added device support for HOM Chernobyl Humidifier based on:
"model": "Chernobyl humidifier_Hero World",
"name": "Chernobyl humidifier",
"product_id": "rfautxbsykmgxthv",
"product_name": "Chernobyl humidifier",
{
"result": {
"model": "{\"modelId\":\"e1kuqscw\",\"services\":[{\"actions\":[],\"code\":\"\",\"description\":\"\",\"events\":[],\"name\":\"\",\"properties\":[{\"abilityId\":1,\"accessMode\":\"rw\",\"code\":\"switch\",\"description\":\"\",\"name\":\"总开关\",\"typeSpec\":{\"type\":\"bool\"}},{\"abilityId\":2,\"accessMode\":\"rw\",\"code\":\"switch_spray\",\"description\":\"\",\"name\":\"喷雾开关\",\"typeSpec\":{\"type\":\"bool\"}},{\"abilityId\":3,\"accessMode\":\"rw\",\"code\":\"mode\",\"description\":\"【喷雾模式、喷雾档位二选一】【适配语音功能】支持高中低挡喷雾量\",\"name\":\"工作模式\",\"typeSpec\":{\"type\":\"enum\",\"range\":[\"large\",\"middle\",\"small\"]}},{\"abilityId\":4,\"accessMode\":\"rw\",\"code\":\"countdown_set\",\"description\":\"\",\"name\":\"倒计时\",\"typeSpec\":{\"type\":\"enum\",\"range\":[\"cancel\",\"1h\",\"2h\",\"3h\"]}},{\"abilityId\":5,\"accessMode\":\"ro\",\"code\":\"countdown_left\",\"description\":\"\",\"name\":\"倒计时剩余时间\",\"typeSpec\":{\"type\":\"value\",\"max\":360,\"min\":0,\"scale\":0,\"step\":1,\"unit\":\"min\"}},{\"abilityId\":6,\"accessMode\":\"rw\",\"code\":\"sound\",\"description\":\"\",\"name\":\"声音\",\"typeSpec\":{\"type\":\"bool\"}},{\"abilityId\":7,\"accessMode\":\"rw\",\"code\":\"switch_led\",\"description\":\"\",\"name\":\"灯光\",\"typeSpec\":{\"type\":\"bool\"}},{\"abilityId\":8,\"accessMode\":\"rw\",\"code\":\"bright_value\",\"description\":\"\",\"name\":\"亮度值\",\"typeSpec\":{\"type\":\"value\",\"max\":1000,\"min\":10,\"scale\":0,\"step\":1}},{\"abilityId\":9,\"accessMode\":\"rw\",\"code\":\"work_mode\",\"description\":\"\",\"name\":\"灯光模式\",\"typeSpec\":{\"type\":\"enum\",\"range\":[\"white\",\"colour\",\"colourful1\"]}},{\"abilityId\":10,\"accessMode\":\"rw\",\"code\":\"colour_data\",\"description\":\"\",\"name\":\"彩光值\",\"typeSpec\":{\"type\":\"string\",\"maxlen\":255}},{\"abilityId\":11,\"accessMode\":\"ro\",\"code\":\"fault\",\"description\":\"\",\"name\":\"故障告警\",\"typeSpec\":{\"type\":\"bitmap\",\"label\":[\"lack_water\"],\"maxlen\":1}}]}]}"
},
Remove invalid translation and replace with explicit name for power switch. Remove extra spaces.
Contributor
Author
|
@make-all - Removed invalid translation key and replaced with explicit name for power switch. Removed extra space char and added newline at the end of the file. |
make-all
requested changes
Jul 4, 2026
| @@ -0,0 +1,130 @@ | |||
| name: Chernobyl humidifier | |||
Owner
There was a problem hiding this comment.
Top level name should be generic, in case other models also match the config
Contributor
Author
There was a problem hiding this comment.
Renamed to Humidifier & Diffuser
| name: Chernobyl humidifier | ||
| products: | ||
| - id: rfautxbsykmgxthv | ||
| model: Chernobyl Humidifier & Diffuser |
| max: 255 | ||
|
|
||
| - entity: binary_sensor | ||
| class: problem |
Owner
There was a problem hiding this comment.
Don't use class when translation_key is present.
Renamed top level name and model to be more generic. Removed class on low tank sensor since translation key is used instead.
Contributor
Author
|
@make-all Implemented and tested changes. |
- symbols in device name may cause problems in some contexts, especially when using HA with other systems. - the device has no humidity sensor or adjustment, so is not a true humidifier
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added device support for HOM Chernobyl Humidifier/Diffuser.
All features supported by the humidifier are supported and were working in my HASS instance (2026.7.0):
Device config was pulled from:
"model": "Chernobyl humidifier_Hero World",
"name": "Chernobyl humidifier",
"product_id": "rfautxbsykmgxthv",
"product_name": "Chernobyl humidifier",
"result": {
"model": "{"modelId":"e1kuqscw","services":[{"actions":[],"code":"","description":"","events":[],"name":"","properties":[{"abilityId":1,"accessMode":"rw","code":"switch","description":"","name":"总开关","typeSpec":{"type":"bool"}},{"abilityId":2,"accessMode":"rw","code":"switch_spray","description":"","name":"喷雾开关","typeSpec":{"type":"bool"}},{"abilityId":3,"accessMode":"rw","code":"mode","description":"【喷雾模式、喷雾档位二选一】【适配语音功能】支持高中低挡喷雾量","name":"工作模式","typeSpec":{"type":"enum","range":["large","middle","small"]}},{"abilityId":4,"accessMode":"rw","code":"countdown_set","description":"","name":"倒计时","typeSpec":{"type":"enum","range":["cancel","1h","2h","3h"]}},{"abilityId":5,"accessMode":"ro","code":"countdown_left","description":"","name":"倒计时剩余时间","typeSpec":{"type":"value","max":360,"min":0,"scale":0,"step":1,"unit":"min"}},{"abilityId":6,"accessMode":"rw","code":"sound","description":"","name":"声音","typeSpec":{"type":"bool"}},{"abilityId":7,"accessMode":"rw","code":"switch_led","description":"","name":"灯光","typeSpec":{"type":"bool"}},{"abilityId":8,"accessMode":"rw","code":"bright_value","description":"","name":"亮度值","typeSpec":{"type":"value","max":1000,"min":10,"scale":0,"step":1}},{"abilityId":9,"accessMode":"rw","code":"work_mode","description":"","name":"灯光模式","typeSpec":{"type":"enum","range":["white","colour","colourful1"]}},{"abilityId":10,"accessMode":"rw","code":"colour_data","description":"","name":"彩光值","typeSpec":{"type":"string","maxlen":255}},{"abilityId":11,"accessMode":"ro","code":"fault","description":"","name":"故障告警","typeSpec":{"type":"bitmap","label":["lack_water"],"maxlen":1}}]}]}"
},